It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2025-12-12 0 1 // 1 2025-12-13 0 1 // 2 2025-12-14 0 2 // 3 2025-12-15 0 2 // 4 2025-12-16 0 3 // 5 2025-12-17 0 0 // 6 2025-12-18 0 1 // 7 2025-12-19 0 1 // 8 2025-12-20 0 0 // 9 2025-12-21 0 0 // 10 2025-12-22 0 2 // 11 2025-12-23 0 1 // 12 2025-12-24 0 0 // 13 2025-12-25 0 0 // 14 2025-12-26 0 5 // 15 2025-12-27 0 4 // 16 2025-12-28 0 9 // 17 2025-12-29 0 0 // 18 2025-12-30 0 2 // 19 2025-12-31 0 2 // 20 2026-01-01 0 1